home *** CD-ROM | disk | FTP | other *** search
- object SetupDlg: TSetupDlg
- Left = 246
- Top = 115
- ActiveControl = ServerEdit
- BorderStyle = bsDialog
- Caption = 'Setup'
- ClientHeight = 161
- ClientWidth = 403
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 385
- Height = 113
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 24
- Top = 24
- Width = 88
- Height = 13
- Alignment = taRightJustify
- Caption = 'POP3 Server'
- end
- object Label2: TLabel
- Left = 24
- Top = 48
- Width = 88
- Height = 13
- Alignment = taRightJustify
- Caption = 'User Name'
- end
- object Label3: TLabel
- Left = 16
- Top = 72
- Width = 96
- Height = 13
- Alignment = taRightJustify
- Caption = 'Password'
- end
- object Label4: TLabel
- Left = 24
- Top = 96
- Width = 88
- Height = 13
- Alignment = taRightJustify
- Caption = 'Log File Name'
- end
- object ServerEdit: TEdit
- Left = 117
- Top = 16
- Width = 265
- Height = 21
- TabOrder = 0
- end
- object UserNameEdit: TEdit
- Left = 117
- Top = 40
- Width = 265
- Height = 21
- TabOrder = 1
- end
- object PasswordEdit: TEdit
- Left = 117
- Top = 64
- Width = 265
- Height = 21
- TabOrder = 2
- end
- object LogFileNameEdit: TEdit
- Left = 117
- Top = 88
- Width = 265
- Height = 21
- TabOrder = 3
- end
- object OKButton: TButton
- Left = 224
- Top = 128
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- end
- object CancelButton: TButton
- Left = 312
- Top = 128
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- end
-